The project was implemented in Python v.2.7.7. The following packages are required to run most of the code that makes up this project:
To be careful though, it is worthwhile to print a full list of the packages installed on the computer this code was run on.
In [1]:
import sys
print sys.version
In [1]:
!pip freeze